Skip to content

chore: apply changes to accomodate updated Pylint checks #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 25, 2020
Merged

chore: apply changes to accomodate updated Pylint checks #295

merged 3 commits into from
Aug 25, 2020

Conversation

mattsb42-aws
Copy link
Member

Description of changes:

Recent versions of Pylint added some new checks that recommend using syntax that was introduced in Python 3. This required two changes on our part:

  1. The decrypt oracle is Python 3 only. There, I actually made the recommended changes (and re-enabled a similar check that was incorrectly disabled.)
  2. Everywhere else, disable the new checks.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@mattsb42-aws mattsb42-aws changed the title apply changes to accomodate updated Pylint checks chore: apply changes to accomodate updated Pylint checks Aug 24, 2020
@mattsb42-aws mattsb42-aws merged commit b91e44b into aws:master Aug 25, 2020
@mattsb42-aws mattsb42-aws deleted the pylint branch August 25, 2020 18:49
farleyb-amazon added a commit that referenced this pull request Aug 26, 2020
chore: apply changes to accomodate updated Pylint checks (#295)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants